Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.drive.auth--startURL

This contribution is part of XML component org.nuxeo.drive.auth inside nuxeo-drive-jsf-7.10.jar /OSGI-INF/nuxeodrive-authentication-contrib.xml

Extension Point

Extension point startURL of component PluggableAuthenticationService.

Contributed Items

  • <startURLPattern>
        <patterns>
          <pattern>drive_login.jsp</pattern>
        </patterns>
      </startURLPattern>

XML Source

<extension point="startURL" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">

  <startURLPattern>
    <patterns>
      <pattern>drive_login.jsp</pattern>
    </patterns>
  </startURLPattern>

 </extension>